home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / compress / rjcru110.zip / OVRCRUSH.INT < prev    next >
Text File  |  1996-05-05  |  727b  |  33 lines

  1. unit OvrCrush;
  2.  
  3. {****************************}
  4. {                            }
  5. {          OvrCrush          }
  6. {                            }
  7. {        Version 1.10        }
  8. {                            }
  9. { Compressed Overlay Manager }
  10. {                            }
  11. {                            }
  12. {             by             }
  13. {                            }
  14. {       Roland Skinner       }
  15. {                            }
  16. {  Copyright (c) 1994, 1996  }
  17. {                            }
  18. {        RJS Software        }
  19. {                            }
  20. {****************************}
  21.  
  22. {$I-,O-,R-,S-}
  23.  
  24. interface
  25.  
  26.   uses
  27.     Overlay;
  28.  
  29.   const
  30.     ovrUncompressedOverlay = -11;
  31.  
  32.   procedure OvrInitCompress;
  33.